From 0c787417a5aa5c22cc1929a6d4f5f5eaa4f88e1c Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 29 Jan 2007 19:04:54 +0000 Subject: [PATCH] Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. Signed-off-by: Ewan Mellor --- docs/xen-api/xenapi-datamodel.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 610ed27dc3..9901f612e7 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -10643,6 +10643,16 @@ You attempted an operation that was not allowed. \begin{verbatim}OPERATION_NOT_ALLOWED()\end{verbatim} \begin{center}\rule{10em}{0.1pt}\end{center} +\subsubsection{PIF\_HANDLE\_INVALID} + +You gave an invalid PIF handle. The PIF may have recently been deleted. +The handle parameter echoes the bad value given. + +\vspace{0.3cm} +{\bf Signature:} +\begin{verbatim}PIF_HANDLE_INVALID(handle)\end{verbatim} +\begin{center}\rule{10em}{0.1pt}\end{center} + \subsubsection{PIF\_IS\_PHYSICAL} You tried to destroy a PIF, but it represents an aspect of the physical @@ -10654,6 +10664,16 @@ PIF handle you gave. \begin{verbatim}PIF_IS_PHYSICAL(PIF)\end{verbatim} \begin{center}\rule{10em}{0.1pt}\end{center} +\subsubsection{PIF\_METRICS\_HANDLE\_INVALID} + +You gave an invalid PIF\_metrics handle. The PIF\_metrics may have +recently been deleted. The handle parameter echoes the bad value given. + +\vspace{0.3cm} +{\bf Signature:} +\begin{verbatim}PIF_METRICS_HANDLE_INVALID(handle)\end{verbatim} +\begin{center}\rule{10em}{0.1pt}\end{center} + \subsubsection{SESSION\_AUTHENTICATION\_FAILED} The credentials given by the user are incorrect, so access has been denied, -- 2.30.2